home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
X'Tasies 5
/
X'Tasies 5 - Disc 1.iso
/
mac
/
Photo.Dir
/
00013_AutoButtonShape.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-09-02
|
225 b
|
14 lines
global auto_flg
on mouseUp
if auto_flg = 1 then
set the visible of sprite 5 to 1
updateStage()
set auto_flg to 0
else
set the visible of sprite 5 to 0
updateStage()
set auto_flg to 1
end if
end